projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d434a91
)
Remove GTK_SELECTION_MODE_EXTENDED from the docs
author
Matthias Clasen
<mclasen@redhat.com>
Mon, 25 Feb 2013 20:07:59 +0000
(21:07 +0100)
committer
Matthias Clasen
<mclasen@redhat.com>
Thu, 28 Feb 2013 12:48:06 +0000
(07:48 -0500)
It does not exist anymore as an enum value.
gtk/gtkenums.h
patch
|
blob
|
history
diff --git
a/gtk/gtkenums.h
b/gtk/gtkenums.h
index 2efee9d5ee697cbc2ad587b360909f2684374830..60b3a83bf5db27cd09814f636bc9b38c601b8395 100644
(file)
--- a/
gtk/gtkenums.h
+++ b/
gtk/gtkenums.h
@@
-488,7
+488,6
@@
typedef enum
* The Ctrl key may be used to enlarge the selection, and Shift
* key to select between the focus and the child pointed to.
* Some widgets may also allow Click-drag to select a range of elements.
- * @GTK_SELECTION_EXTENDED: Deprecated, behaves identical to %GTK_SELECTION_MULTIPLE.
*
* Used to control what selections users are allowed to make.
*/